home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr18 / ter99.zip / DOCS._XE / CUSTOM.DOC < prev    next >
Text File  |  1992-11-21  |  5KB  |  126 lines

  1. ╓─────────────────────────────────────────────────────────────────────────────╖
  2. ║ ░░░░ Super textmodes ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ║
  3. ╙─────────────────────────────────────────────────────────────────────────────╜
  4.  
  5. Terminate will allow you to set up your own videomode at startup.
  6. When leaving Terminate you can reset to another mode if you like.
  7. The normal thing is to reset to 80x25, but you can do whatever you
  8. like. If the register values are all zeroes, nothing will change, so
  9. you don't have to reset when leaving Terminate.
  10. To set the videomode you must define at least one register like AX = 3,
  11. Then INT 10h will be called with AX,BX,CX,DX. After the call Terminate
  12. will call INT 10h,15 (Get videomode) to determine ScreenColumns 80,132 etc.
  13. And look in the BIOS area $0040:$0085 for the screenlength, if this does
  14. not work, you can force Terminate to use a fixed screenlength by using a
  15. commandline parameter called /SCRLEN=xxx, xxx is the lines you want Terminate
  16. to think you are using.
  17. At the following sets of registers, the first set is normally used as the
  18. reset registers, when leaving Terminate, to set a normal 80x25 screen.
  19. All number are in HEX 0-F format. AX=AH*256+AL, AX=FFFE (AH=FF,AL=FE).
  20. Please send configurations if you have set up another graphics card.
  21. If you have another SVGA card, you should look in your manual how to set
  22. up these modes.
  23.  
  24. ───────────────────────────────────────────────────────────────────────────────
  25.  
  26.   Video Seven FastWrite VGA & 1024i VGA
  27.  
  28.   Columns Rows     AX   BX   CX   DX
  29.  
  30.      80    25     6F05 0003 0000 0000  (Reset)
  31.      80    43     6F05 0040 0000 0000  (Set)
  32.      80    60     6F05 0043 0000 0000  (Set)
  33.     100    60     6F05 0044 0000 0000  (Set)
  34.     132    25     6F05 0041 0000 0000  (Set)
  35.     132    28     6F05 0045 0000 0000  (Set)
  36.     132    43     6F05 0042 0000 0000  (Set)
  37.  
  38. ───────────────────────────────────────────────────────────────────────────────
  39.  
  40.   TRIDENT TVGA BIOS C.2.1 1024K VGA MODE
  41.  
  42.   Columns Rows     AX   BX   CX   DX
  43.  
  44.      80    25     0003 0003 0003 0003  (Reset)
  45.      80    30     0050 0050 0050 0050  (Set)
  46.      80    43     0051 0051 0051 0051  (Set)
  47.      80    60     0052 0052 0052 0052  (Set)
  48.     132    25     0053 0053 0053 0053  (Set)
  49.     132    30     0058 0058 0058 0058  (Set)
  50.     132    43     0059 0059 0059 0059  (Set)
  51.     132    60     0056 0056 0056 0056  (Set)
  52.  
  53. ───────────────────────────────────────────────────────────────────────────────
  54.  
  55.   TSENG ET-4000
  56.  
  57.   Columns Rows     AX   BX   CX   DX
  58.  
  59.      80    25     0003 0000 0000 0000  (Reset)
  60.      80    60     0026 0000 0000 0000  (Set)
  61.     100    40     002A 0000 0000 0000  (Set)
  62.     132    25     0023 0000 0000 0000  (Set)
  63.     132    28     0024 0000 0000 0000  (Set)
  64.     132    44     0022 0000 0000 0000  (Set)
  65.  
  66. ───────────────────────────────────────────────────────────────────────────────
  67.  
  68.   ATI VGA Wonder, ATI VGA Wonder+
  69.  
  70.   Columns Rows     AX   BX   CX   DX
  71.  
  72.      80    25     0003 0000 0000 0000  (Reset)
  73.     132    25     0023 0000 0000 0000  (Set)
  74.     132    44     0033 0000 0000 0000  (Set)
  75.  
  76. ───────────────────────────────────────────────────────────────────────────────
  77.  
  78.   OAK OTI-037, 800 x 600
  79.  
  80.   Columns Rows     AX   BX   CX   DX
  81.  
  82.      80    25     0003 0000 0000 0000  (Reset)
  83.     132    25     0050 0000 0000 0000  (Set)
  84.     132    43     0051 0000 0000 0000  (Set)
  85.     132    60     004F 0000 0000 0000  (Set)
  86.  
  87. ───────────────────────────────────────────────────────────────────────────────
  88.  
  89.   XGA
  90.  
  91.   Columns Rows     AX   BX   CX   DX
  92.  
  93.      80    25     0003 0000 0000 0000  (Reset)
  94.     132    25     0014 0000 0000 0000  (Set)
  95.  
  96. ───────────────────────────────────────────────────────────────────────────────
  97.  
  98.   Orchid Prodesigner VGA
  99.  
  100.   Columns Rows     AX   BX   CX   DX
  101.  
  102.      80    25     0003 0000 0000 0000  (Reset)
  103.      80    60     0026 0000 0000 0000  (Set)
  104.     100    40     002A 0000 0000 0000  (Set)
  105.     132    25     0024 0000 0000 0000  (Set)
  106.     132    28     0023 0000 0000 0000  (Set)
  107.     132    44     0022 0000 0000 0000  (Set)
  108.  
  109. ───────────────────────────────────────────────────────────────────────────────
  110.  
  111.   Tecmar VGA/AD
  112.  
  113.      80    25     0003 0000 0000 0000  (Reset)
  114.     132    25     0017 0000 0000 0000  (Set)
  115.  
  116. ───────────────────────────────────────────────────────────────────────────────
  117.  
  118.   Paradise VGA & S3
  119.  
  120.      80    25     0003 0000 0000 0000  (Reset)
  121.     132    25     0055 0000 0000 0000  (Set)
  122.     132    43     0054 0000 0000 0000  (Set)
  123.  
  124. ───────────────────────────────────────────────────────────────────────────────
  125.  
  126.